Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use 0box-sdk logger for zcnbridge #304

Merged
merged 1 commit into from
Sep 9, 2023
Merged

use 0box-sdk logger for zcnbridge #304

merged 1 commit into from
Sep 9, 2023

Conversation

boddumanohar
Copy link
Contributor

@boddumanohar boddumanohar commented Sep 6, 2023

fixes: 0chain/gosdk#1206

Tasks to complete before merging PR:

  • Ensure system tests are passing. If not Run them manually to check for any regressions 📋
  • Do any new system tests need added to test this change? do any existing system tests need updated? If so create a PR at 0chain/system_test
  • Merge your system tests PR to master AFTER merging this PR

Associated PRs (Link as appropriate):

@boddumanohar boddumanohar changed the base branch from staging to sprint-1.11 September 6, 2023 16:11
@boddumanohar boddumanohar requested a review from dabasov September 6, 2023 16:19
@boddumanohar boddumanohar linked an issue Sep 9, 2023 that may be closed by this pull request
Copy link
Member

@dabasov dabasov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dabasov dabasov merged commit 8013f42 into sprint-1.11 Sep 9, 2023
2 of 3 checks passed
@dabasov dabasov deleted the fix-loggers branch September 9, 2023 19:31
dabasov added a commit that referenced this pull request Dec 19, 2023
* feature: synchronized up-to-date DEX bridge interface

* feature: updated gosdk version

* fix: fixed bugs

* fix: fixed bugs

* Silent the zcnbridge verbose logs when `--silent

* use 0box-sdk logger for zcnbridge (#304)

* update gosdk

* update gosdk

* update gosdk, fix errors

* Update/self hosted runner (#308)

* update self hosted runner

* updated self hosted runner

* updated gosdk

* updated gosdk

* updated gosdk

* update gosdk

* use msys2 to build windows binaries (#317)

* use msys2 to build windows binaries

* add build-windows in release-wallet.yml

* add actions checkout

* Feature: integrate token swap logic into WZCN burn command (#316)

* feature: added swap logic

* feature: added swap logic for burn wzcn command

* fix: replaced gosdk

* fix: fixed bugs

* fix: fixed bugs

* feature: replaced confusing param naming

* fix: updated gosdk version

---------

Co-authored-by: Yury <[email protected]>

* Fix wrong unit compare (#318)

* Add option to mint-zcn for specific burn txn (#322)

* Fix: add different naming for the different results of Bridge operations  (#324)

* fix: added different result messaging for different cases of bridge operations

* fix: debug line

* fix: removed debug line

* Feature: add reset nonce command (#329)

* feature: add reset nonce command

* fix: remove debug gosdk version

* feature: update gosdk version

* update gosdk (#326)

* update gosdk

* revert useless changes

---------

Co-authored-by: Yury <[email protected]>

* updated gosdk

* add runner (#321)

Co-authored-by: Manohar Reddy <[email protected]>

* update gosdk (#331)

* Feature: add BNT, USDC and EURC tokens for Swap (#327)

* feature: add multiple tokens for swap

* feature: fixed ERC20 approve

* feature: made DEX operations consistent with web-apps

* fix: fixed swap approval

* feature: update go.mod

* fix: fixed bug

* feature: updated gosdk

* Updated gosdk (#332)

* Add option to select eth address index (#333)

* Add --account_index option (#334)

* Add bip32 option to import account (#335)

* Feature: implement fork per run strategy (#336)

* feature: added fork creation

* feature: improved Tenderly creation flow

* update gosdk (#337)

* feature: added custom block number during Tenderly fork creation (#340)

* upgrade GoSDK to sprint-1.11 (#339)

Co-authored-by: service-0chain <[email protected]>

* upgrade GoSDK to sprint-1.11 (#341)

Co-authored-by: service-0chain <[email protected]>

* upgrade GoSDK to sprint-1.11 (#342)

Co-authored-by: service-0chain <[email protected]>

* upgrade GoSDK to sprint-1.11 (#343)

Co-authored-by: service-0chain <[email protected]>

* update gosdk to v1.11.0 (#347)

---------

Co-authored-by: YarikRevich <[email protected]>
Co-authored-by: Yaroslav Svitlytskyi <[email protected]>
Co-authored-by: Yaroslav Svitlytskyi <[email protected]>
Co-authored-by: peterlimg <[email protected]>
Co-authored-by: Manohar Reddy <[email protected]>
Co-authored-by: shahnawaz-creator <[email protected]>
Co-authored-by: dabasov <[email protected]>
Co-authored-by: peterlimg <[email protected]>
Co-authored-by: Ebrahim Gomaa <[email protected]>
Co-authored-by: Tapish Sinha <[email protected]>
Co-authored-by: Jayash Satolia <[email protected]>
Co-authored-by: service-0chain <[email protected]>
Co-authored-by: service-0chain <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Silent the zcnbridge logs when --silent is enabled
2 participants